home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / iwbot16.zip / QUAKE.RC < prev   
Text File  |  1996-09-11  |  942b  |  38 lines

  1. // Load the base configuration
  2. exec default.cfg
  3.  
  4. // Load the last saved configuration
  5. exec config.cfg
  6.  
  7. // Run a user script file if present
  8. exec autoexec.cfg
  9.  
  10. // Plays the second cd track on whatever cd is in the drive
  11. // cd play 2
  12.  
  13. // This sets the default additional bot key
  14. // (CHANGE THE FOLLOWING IF YOU WANT TO RECONFIGURE IT!)
  15.  
  16. bind k "impulse 100"
  17.  
  18. //
  19. // stuff command line statements
  20. //
  21. stuffcmds
  22.  
  23. echo
  24. echo ==================================
  25. echo     You are using IWBOT v0.16
  26. echo       Written by Ben Garrod
  27. echo    Initial base code : TMBOT by
  28. echo       Micheal & Tim Polucha
  29. echo  Additional code used : BGBOT by
  30. echo              Punisher
  31. echo ==================================
  32. echo   Hit ESC and select multiplayer.
  33. echo    then select start new game,
  34. echo    followed by direct connect.
  35. echo      Start the game and your
  36. echo          ready to go!!!!!
  37. startdemos IWDEMO.dem IWDEMO2.dem
  38.